scripts/jungo-image: Fix up whitespace
authorLinus Walleij <[email protected]>
Thu, 19 Jun 2025 12:07:34 +0000 (14:07 +0200)
committerChristian Marangi <[email protected]>
Wed, 10 Dec 2025 18:11:13 +0000 (19:11 +0100)
commit1c7ec8ab19ab0b6d6cb35d277fd1efff273ce36a
tree5fe9abda6b91b3ae44cf4a2c7e90c7c9e86aacff
parent9e9206427fba3ca301e9328c3d37f8ce1f14b2e7
scripts/jungo-image: Fix up whitespace

Recent Python versions are strict about whitespace and will
complain about mixtures of tabs and spaces. Convert any tabs
so the script just use spaces for indentation.

Signed-off-by: Linus Walleij <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/21116
Signed-off-by: Christian Marangi <[email protected]>
scripts/flashing/jungo-image.py